net/http.http2outflow.n (field)

9 uses

	net/http (current package)
		h2_bundle.go#L1545: 	n int32
		h2_bundle.go#L1556: 	n := f.n
		h2_bundle.go#L1557: 	if f.conn != nil && f.conn.n < n {
		h2_bundle.go#L1558: 		n = f.conn.n
		h2_bundle.go#L1567: 	f.n -= n
		h2_bundle.go#L1569: 		f.conn.n -= n
		h2_bundle.go#L1576: 	sum := f.n + n
		h2_bundle.go#L1577: 	if (sum > n) == (f.n > 0) {
		h2_bundle.go#L1578: 		f.n = sum